Screen:SetTitle(title)
Replaces the caption of the Screen dialog box where.
Be sure to use Screen:Render() after using this function.
function main() { Screen:Show() Screen:SetTitle("ka-lupet!") Konsol:Delay(1000) //added a delay to see the Screen dialog box }